Click or drag to resize

TimeCollectionContains Method

Determines whether the TimeCollection contains a specific Time.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public bool Contains(
	Time time
)

Parameters

time
Type: Independentsoft.Sip.SdpTime
The Time to check for.

Return Value

Type: Boolean
true if the collection contains the specified Time; otherwise, false.
See Also